//==============================================================================
// Hera_anim.txt
//==============================================================================



//==============================================================================
define heavenlightout
{
   set hotspot
   {
      version
      {
         VisualParticle SFX X Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define godglowout
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Arkantos god glow Out
      }
   }
}

//==============================================================================
define godlightout
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Arkantos god light Out
      }
   }
}

//==============================================================================
define Streakout
{
   set hotspot
   {
      version
      {
         VisualParticle SFX G Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define heavenlight
{
   set hotspot
   {
      version
      {
         VisualParticle SFX X Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define Streak
{
   set hotspot
   {
      version
      {
         VisualParticle SFX G Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define godglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Arkantos god glow
      }
   }
}

//==============================================================================
define godlight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Arkantos god light
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define staffglow
{
   set hotspot
   {
      version
      {
         Visualparticle Scenario G Circe Staff Glow
      }
   }
}

//==============================================================================
define Staff
{
   set hotspot
   {
      version
      {
			Visual Scenario G Circe Staff
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      ContainLogic
		set hotspot
      {
         version
         {
            Visual Hero G Circe_IdleA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
         }
      }
		set hotspot
      {
         version
         {
            Visual Hero G Circe_carryIdleA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      ContainLogic
		set hotspot
      {
         version
         {
            Visual Hero G Circe_BoredA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
         }
      }
		set hotspot
      {
         version
         {
            Visual Hero G Circe_carryboredA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
	SetSelector
	{
		set hotspot 
		{
			version
			{
				Visualnone Jimmy
				Connect hotspot Streakout hotspot				
				Connect hotspot heavenLightout hotspot
				Connect hotspot godglowout hotspot
				Connect hotspot godlightout hotspot
			}
		}
	}
}
//==============================================================================
anim Birth
{
   SetSelector
   {
      CinematicLogic
		SetSelector
		{
			set hotspot 
			{
				version
				{
					Visual Hero G Circe_IdleA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
					Connect hotspot Streak hotspot			
					Connect hotspot heavenLight hotspot
					Connect hotspot godglow hotspot
					Connect hotspot godlight hotspot
				}
			}
		}
		SetSelector
		{
			set hotspot 
			{
				version
				{
					Visual Hero G Circe_IdleA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
					Connect hotspot Streak hotspot			
					Connect hotspot heavenLight hotspot
					Connect hotspot godglow hotspot
					Connect hotspot godlight hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Hero G Circe_FlailA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
         }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      ContainLogic
		set hotspot
      {
         version
         {
            Visual Hero G Circe_WalkA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
			tag FootstepLeft 0.30 true   
			tag FootstepRight 0.80 true
         }
      }
		set hotspot
      {
         version
         {
            Visual Hero G Circe_carryA
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
			tag FootstepLeft 0.30 true   
			tag FootstepRight 0.80 true
         }
      }
   }
}

//==============================================================================
anim Charging
{
	SetSelector 
	{
      set hotspot
      {
         version
         {
				Visual Hero G Circe_spellcastA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.50 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.50 false OsirisBolt checkVisible 
//-- end auto generated section
            Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
         }
      }
   }
}

//==============================================================================
anim Cinematic
{
   SetSelector
   {
      set hotspot
      {
         name Circe_aomsp24spellcast
         version
         {
            Visual Circe_aomsp24spellcast
			Connect FRONTABDOMEN heroglow hotspot
			Connect LAUNCHPOINT staffglow hotspot
         }
      }
	}
}